default route - определение. Что такое default route
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое default route - определение

TYPE OF PACKET FORWARDING RULE FOR NETWORKS
Найдено результатов: 1673
default route         
<networking> A routing table entry which is used to direct packets addressed to hosts or networks not explicitly listed in the routing table. (1996-05-13)
Default route         
In computer networking, the default route is a configuration of the Internet Protocol (IP) that establishes a forwarding rule for packets when no specific address of a next-hop host is available from the routing table or other routing mechanisms.
Default (finance)         
FAILURE TO MEET THE LEGAL OBLIGATIONS OF A LOAN (E.G. BY SUSPENDING PAYMENTS)
Default notice; Default Notice UK; Loan default; Loan payment failures; Default Notice; Debt default; Financial default; Technical default; Payment default
In finance, default is failure to meet the legal obligations (or conditions) of a loan, for example when a home buyer fails to make a mortgage payment, or when a corporation or government fails to pay a bond which has reached maturity. A national or sovereign default is the failure or refusal of a government to repay its national debt.
judgment by default         
LEGAL JUDGEMENT IN FAVOR OF EITHER PARTY BASED ON SOME FAILURE TO TAKE ACTION BY THE OTHER PARTY, MOST OFTEN AGAINST A PARTY WHO FAILED TO RESPOND
Judgment by default; Default judgement; Default Judgment; Judgment in default; Judgement in default
n. See also: default judgment
judgement in default         
LEGAL JUDGEMENT IN FAVOR OF EITHER PARTY BASED ON SOME FAILURE TO TAKE ACTION BY THE OTHER PARTY, MOST OFTEN AGAINST A PARTY WHO FAILED TO RESPOND
Judgment by default; Default judgement; Default Judgment; Judgment in default; Judgement in default
¦ noun Law judgement awarded to the plaintiff on the defendant's failure to plead.
Default (computer science)         
PREEXISTING VALUE OF A USER-CONFIGURABLE SETTING OF A SOFTWARE APPLICATION, COMPUTER PROGRAM OR DEVICE
Default configuration; Default apps; Default application; Default programs
A default, in computer science, refers to the preexisting value of a user-configurable setting that is assigned to a software application, computer program or device. Such settings are also called presets or factory presets, especially for electronic devices.
default judgment         
LEGAL JUDGEMENT IN FAVOR OF EITHER PARTY BASED ON SOME FAILURE TO TAKE ACTION BY THE OTHER PARTY, MOST OFTEN AGAINST A PARTY WHO FAILED TO RESPOND
Judgment by default; Default judgement; Default Judgment; Judgment in default; Judgement in default
n. if a defendant in a lawsuit fails to respond to a complaint in the time set by law (commonly 20 or 30 days), then the plaintiff (suer) can request that the default (failure) be entered into the court record by the clerk, which gives the plaintiff the right to get a default judgment. If the complaint was for a specific amount of money owed on a note, other money due, or a specific contract price (or if the amount due is easy to calculate) then the clerk of the court can enter a default judgment. If proof of damages or other relief is necessary, a hearing will be held in which the judge determines terms of the default judgment. In either case the defendant cannot speak for himself/herself. A defendant who fails to file an answer or other legal response when it is due can request that the default be set aside, but must show a legitimate excuse and a good defense to the lawsuit. See also: complaint default summons
Default judgment         
LEGAL JUDGEMENT IN FAVOR OF EITHER PARTY BASED ON SOME FAILURE TO TAKE ACTION BY THE OTHER PARTY, MOST OFTEN AGAINST A PARTY WHO FAILED TO RESPOND
Judgment by default; Default judgement; Default Judgment; Judgment in default; Judgement in default
Default judgment is a binding judgment in favor of either party based on some failure to take action by the other party. Most often, it is a judgment in favor of a plaintiff when the defendant has not responded to a summons or has failed to appear before a court of law.
Default (law)         
FAILURE TO DO SOMETHING REQUIRED BY LAW (E.G. PAY A DEBT OR APPEAR IN LEGAL PROCEEDINGS)
Notice of default
In law, a default is the failure to do something required by law or to comply with a contractual obligation. Legal obligations can arise when a response or appearance is required in legal proceedings, after taking out a loan, or as agreed in a contract; failure to carry them out puts one in defaults of the obligations.
notice of default         
FAILURE TO DO SOMETHING REQUIRED BY LAW (E.G. PAY A DEBT OR APPEAR IN LEGAL PROCEEDINGS)
Notice of default
n. a notice to a borrower with property as security under a mortgage or deed of trust that he/she is delinquent in payments. If the delinquency (money owed and late), plus costs of preparing the legal papers for the default, are not paid within a certain time, foreclosure proceedings may be commenced. Other people with funds secured by the same property are usually entitled to receive copies of the notice of default. See also: notice

Википедия

Default route

In computer networking, the default route is a configuration of the Internet Protocol (IP) that establishes a forwarding rule for packets when no specific address of a next-hop host is available from the routing table or other routing mechanisms.

The default route is generally the address of another router, which treats the packet the same way: if a route matches, the packet is forwarded accordingly, otherwise the packet is forwarded to the default route of that router. The route evaluation process in each router uses the longest prefix match method to obtain the most specific route. The network with the longest subnet mask or network prefix that matches the destination IP address is the next-hop network gateway. The process repeats until a packet is delivered to the destination host, or earlier along the route, when a router has no default route available and cannot route the packet otherwise. In the latter case, the packet is dropped and an ICMP Destination Unreachable message may be returned. Each router traversal counts as one hop in the distance calculation for the transmission path.

The device to which the default route points is often called the default gateway, and it often carries out other functions such as packet filtering, firewalling, or proxy server operations.

The default route in Internet Protocol Version 4 (IPv4) is designated as the zero address, 0.0.0.0/0 in CIDR notation. Similarly, in IPv6, the default route is specified by ::/0. The subnet mask is specified as /0, which effectively specifies all networks and is the shortest match possible. A route lookup that does not match any other rule falls back to this route.

In the highest-level segment of a network, administrators generally point the default route for a given host towards the router that has a connection to a network service provider. Therefore, packets with destinations outside the organization's LAN, typically destinations on the Internet or a wide area network, are forwarded to the router with the connection to that provider.